Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Automated testing #402

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JeffersonBledsoe
Copy link
Contributor

@JeffersonBledsoe JeffersonBledsoe commented Feb 27, 2024

Starting this draft PR so we can start a conversation incase anybody has opinions. This doesn't really do much right now other than pre-configure the frontend to specify the MA server to be at localst:8095, visit localhost:8095 and check the pages SPA wrapper has been rendered.

Todo

  • Setup a backend server to connect and talk to (docker?)
  • Mock data in the backend (how?)
  • Write a test to use the homepage

@marcelveldt
Copy link
Member

I have no experience with automated testing of a frontend but I wouldn't run a full backend server.
Instead we should be able to start a mock server with some predefined output so that testing becomes easier.

Nevertheless great that you started working on this!

@JeffersonBledsoe
Copy link
Contributor Author

I have no experience with automated testing of a frontend but I wouldn't run a full backend server.
Instead we should be able to start a mock server with some predefined output so that testing becomes easier.

Great! We can use mock service worker to mock network responses. I was starting down the 'real server' route mostly due to unfamiliarity with the backend. The largest issue is just keeping the mocks up-to-date with how the server actually responds, but we can work through that problem as we move forward. Expect questions while I get this going!

@marcelveldt
Copy link
Member

Yeah, what I meant is that we should adjust the server so it can be run in mock mode so it doesn't make any network calls but can serve data as it would normally. This is the idea of a bigger plan to get testing on the rails but that will have to wait until we released 2.0 stable. So the endgoal would be to have a full test framework for the server, python client and vue frontend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants